From: Po Lu Date: Thu, 12 May 2022 09:21:39 +0000 (+0800) Subject: Fix build on Mac OS X 10.11 X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~16^2~2349^2~760 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=b6aff96a747930e49017b20203fffec1ea70a1b1;p=emacs.git Fix build on Mac OS X 10.11 * src/nsterm.h (NSButtonTypeMomentaryPushIn): New define. --- diff --git a/src/nsterm.h b/src/nsterm.h index 9d8a6f486fc..ce2355e6b1c 100644 --- a/src/nsterm.h +++ b/src/nsterm.h @@ -1329,5 +1329,6 @@ enum NSWindowTabbingMode #define NSControlStateValueOn NSOnState #define NSControlStateValueOff NSOffState #define NSBezelStyleRounded NSRoundedBezelStyle +#define NSButtonTypeMomentaryPushIn NSMomentaryPushInButton #endif #endif /* HAVE_NS */